home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
TKGALORE.ZIP
/
TK-DOS12.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-04-11
|
3KB
|
42 lines
@echo off
rem
rem -------------------------------------------------------------------
rem toxic dos! by wizard [toxic krystal!]
rem -------------------------------------------------------------------
rem 68
rem 729
rem
if .%1==. goto help
if .%2==. goto help
if not exist %1 goto help
mkpcbtxt %1 /i:259 "!%2\TK-DOS.PPE"
goto done
:help
cls
echo.
echo to install toxic dos, use the following syntax:
echo.
echo install pcbtext ppedir
echo.
echo pcbtext is the full pathname of your pcbtext file.
echo.
echo ppedir is the directory of where tk-dos.ppe is located.
echo.
echo example :
echo.
echo install c:\pcb\gen\pcbtext c:\pcb\ppe\tkdos
echo.
:done
echo.
echo toxic dos v1.2 by wizard [toxic krystal!]
echo.
echo yeh!, i know batch files are lame but what could i do ? :)
echo latez! - wizard
echo.